home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / 16550a.zip / 16550A.DOC next >
Text File  |  1988-10-22  |  2KB  |  33 lines

  1. 16550A - A utility for toggling the NS16550A FIFO buffer
  2.  
  3.          by Jon Schneider and Rick Petersen
  4.          re-written by Michael Schuster
  5.          
  6. USAGE:   16550A [1-4] [ON/OFF/?]
  7.  
  8.          Where '1' thru '4' is the  COM  port; 'ON' or 'OFF' will toggle the
  9.          FIFO buffer's state, and '?' will simply show its status.
  10.  
  11.          WARNING: Turning on  the  buffered  mode  may  lock up your system,
  12.          make your COM: port 'disappear', or cause other strange errors when
  13.          using software that cannot handle buffered I/O properly.
  14.  
  15.          This program  is  a  re-write  of  16550.EXE  by  Jon Schneider and
  16.          Rick  Petersen. Its  purpose  is  to  toggle  the  FIFO  buffer  on
  17.          the  NS16550A  advanced  UART  chip.  Activating  this buffer makes
  18.          it  possible  to  support   serial   communications  at  high  baud
  19.          rates  (e.g. 19,200)  on  slower  PC's,  or  on  faster  PC's while
  20.          running  multitasking  operating   systems  or  hardware  that  can
  21.          cause interrupts to be lost (e.g. Perstor hard disk controllers).
  22.  
  23.          The original 16550.EXE did the job, but when toggling the buffer it
  24.          did not report on what  it  had  done.  I  have  added a routine to
  25.          display the status of the  buffer  and name the COM: port for which
  26.          the toggle had been requested. 
  27.  
  28.  
  29.          Michael Schuster
  30.          CompuServe             : [70346,1745]
  31.          Delphi, GEnie, MCI Mail:  MSCHUSTER
  32.          UUCP                   :  ...!cucard!dasys1!schuster
  33.